Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.
Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).
Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.
|
Menüeintrag |
---|
Assembly → Explosionsansicht erstellen |
Arbeitsbereich |
Assembly |
Standardtastenkürzel |
V |
Eingeführt in Version |
1.0 |
Siehe auch |
Keiner |
The Assembly CreateView tool creates an exploded views container (Exploded_Views object) in the active Assembly that contains one (default) or more exploded views (Exploded_View objects). An assembly can only hold one exploded views container.
An exploded view collects the moves (Move objects) used to relocate parts from assembled position to exploded position. The altered positions of assembled parts and the representations of the moves are only visible when an exploded view is being edited and in TechDraw views derived from an exploded view.
Siehe auch: Eigenschafteneditor.
Exploded_Views containers are Assembly::ViewGroup
objects. Exploded_View objects are derived from the ExplodedView
class, and Move objects from the ExplodedViewStep
class.
Basis
String
):String
):ExpressionEngine
):Bool
):LinkList
):Bool
):
Display Options
Enumeration
):Bool
):Bool
):Selection
Enumeration
):Enumeration
):Ein ExplodedView-Objekt (Explosionsansicht) wird von einem App FeaturePython-Objekt abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:
Exploded View
LinkList
): Liste der Bewegungen (Move-Objekte) der Explosionsansicht.An ExplodedViewStep object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:
Exploded Move
Enumeration
): The Type of the move. (Normal
, Radial
).Placement
): This is the movement of the move.
StringList
): The objects moved by the move.LinkList
): The containing parts of objects moved by the move.